home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Danish (DK-1.2.2) / Idestakke / Grafikideer / background_3957.txt < prev    next >
Text File  |  1988-12-19  |  2KB  |  88 lines

  1. -- background: 3957 from stack: in
  2. -- bmap block id: 8393
  3. -- flags: C000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 4 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=451 top=69 right=91 bottom=476
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1013 / 1013
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect wipe left
  23.   go to next card
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part 6 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=418 top=69 right=91 bottom=441
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 1014 / 1014
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual effect wipe right
  44.   go to previous card
  45. end mouseUp
  46.  
  47.  
  48.  
  49.  
  50. -- part 10 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=384 top=70 right=95 bottom=416
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 11045 / 11045
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Hjem
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   visual effect iris close
  65.   go Home
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 12 (button)
  71. -- low flags: 00
  72. -- high flags: 0000
  73. -- rect: left=382 top=49 right=74 bottom=414
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 26635 / 26635
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Fortæl om...
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   visual effect zoom open
  85.   go to card "Om Grafikideer"
  86. end mouseUp
  87.  
  88.